projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99edd7e
)
(Helper-help-scroller): Fix character constant.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 11:02:25 +0000
(11:02 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 11:02:25 +0000
(11:02 +0000)
lisp/emacs-lisp/helper.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/helper.el
b/lisp/emacs-lisp/helper.el
index 574694654bf077926d9a4e26822f52be8a47a616..0e02f05955f17201e9e3c071e3080f89906078d0 100644
(file)
--- a/
lisp/emacs-lisp/helper.el
+++ b/
lisp/emacs-lisp/helper.el
@@
-77,7
+77,7
@@
"Type anything to %s"))
blurb)
(setq continue (read-char))
- (cond ((and (memq continue '(?\ ?\C-v)) (< state 2))
+ (cond ((and (memq continue '(?\
s
?\C-v)) (< state 2))
(scroll-up))
((= continue ?\C-l)
(recenter))